InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ButtonElement Class / ButtonElement Constructor / ButtonElement Constructor(Object[])
An System.Array of objects to display as content.

In This Topic
    ButtonElement Constructor(Object[])
    In This Topic
    Initializes a new ButtonElement with specified content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray content() As Object _
    )
    public ButtonElement( 
       params object[] content
    )

    Parameters

    content
    An System.Array of objects to display as content.
    See Also